﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
.scrollbar .content{
	position: absolute;
}

.scrollbar {
	overflow:hidden;
	position: absolute;
}

/* .scrollbar.grab{
	cursor: url(../cursors/openhand.cur) , move !important;
	cursor: -moz-grab;
	cursor: move;
}
.scrollbar.grabbing{
	cursor: url(../cursors/closedhand.cur) , move !important;
	cursor: -moz-grabbing;
	cursor: move;
} */

div.scrollbar_dragger {
	position: relative;
}
div.scrollbar_dragger.vertical {
	float:right;
}
div.scrollbar_dragger.horizontal {
	
}

div.scrollbar_dragger *{
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
}

div.scrollbar_dragger .back{
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	
	cursor:pointer;
	position:absolute;
	
	background-color:#E6E6E6;
}

div.scrollbar_dragger .back.over{
	background-color:#CCCCCC;
}

div.scrollbar_dragger .dragger{
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	
	cursor:pointer;
	
	position:absolute;

	height:100px;
	
}

div.scroll_button{
	height:30px;
	width:30px;
	
	position: relative;
	margin:5px 0px;
	margin-right:3px;
	float:right;
	
	cursor:pointer;
}

div.scroll_button span.hover{
	height:30px;
	width:30px;
	position: absolute;
	cursor:pointer;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#main {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}
#scrollbar1 {
	height: 100% !important;
}
.scrollbar_dragger {
	display: none;
}
.scrollbar {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.content {
	width: 100% !important;
}